Skip to content

Instantly share code, notes, and snippets.

@ChintanTalapara
ChintanTalapara / PID_Symbol_Library_Complete_Reference.md
Created March 19, 2026 02:14
Complete P&ID Symbol Library & Drafting Protocols Reference - ISA 5.1, ISO 10628-2, Open-Source SVG Libraries, Tag Naming, Line Designation

P&ID Symbol Library & Drafting Protocols

Complete Reference Document

Standards Covered: ISA 5.1 | ISO 10628-2 | ISO 14617 | PIP PIC001
Compiled: March 2026


Table of Contents

@tandpfun
tandpfun / SKILL.md
Created July 14, 2026 02:16
Extract Clothing Skill
name extract-clothing-cutouts
description Extract high-quality, deduplicated transparent ecommerce clothing cutouts from a folder of photographs where people wear one or more garments. Use when Codex must find outfit or model photos, identify unique clothing across images, create focused references, reconstruct complete garments with Imagegen, remove a solid chroma background into RGBA PNGs, and output only the finished clothing images into a new folder under the current working directory.

Extract Clothing Cutouts

Turn photographs of worn clothing into source-faithful standalone catalog PNGs. Treat each result as a reconstruction from visible evidence, not literal segmentation whenever the wearer or another layer occludes part of the garment.

Start by asking for two paths

@HarryAnkers
HarryAnkers / GUIDE.md
Last active July 15, 2026 01:11
NVIDIA Virtual Display for Sunshine/Moonlight on Linux — No Dummy Plug Required (4K@120Hz, HDR, Custom Resolutions)

NVIDIA Virtual Display for Sunshine/Moonlight on Linux — No Dummy Plug Required

A guide for creating a virtual display on an NVIDIA GPU (tested on RTX 5080, driver 595.58) with HDR, custom resolutions, and 4K@120Hz support for headless Sunshine/Moonlight streaming on Linux.

Works on both HDMI and DisplayPort connectors with no physical display or dummy plug connected.

The Problem

Running Sunshine headless on Linux with NVIDIA is painful:

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@alvinsng
alvinsng / HttpBaseClient.ts
Created July 10, 2026 21:35
HttpBaseClient.ts
/**
* HttpBaseClient a self-contained, framework-agnostic abstract HTTP client.
*
* Design goals:
* - Single file, zero dependencies (Node 18+ / browser).
* - Every outbound HTTP call goes through one pipeline so you get
* consistent logging, error mapping, metrics, and query/body
* serialization for free.
* - Subclasses focus on vendor specifics: base URL, auth headers,
* and optional error-body translation.
@lukehedger
lukehedger / ffmpeg-compress-mp4
Last active July 15, 2026 01:04
Compress mp4 using FFMPEG
$ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4

現状の分析

  • AI、全方位にレバレッジが効くからやらない理由がない
  • AIが書き、AIが読む
  • 人間はAIを通して要約を読む(だけ)

今、書くことなくない?